'Declaration Public Overloads MustOverride Sub Insert( _
ByVal indexThe zero-based index at which page should be inserted.As System.Int32, _
ByVal imagesThe image collection to add to the collection.As Vintasoft.Imaging.ImageCollection, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IProgressController _
)
public abstract void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection images,
Vintasoft.Imaging.Utils.IProgressController progressController
)
public: abstract void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection* images,
Vintasoft.Imaging.Utils.IProgressController* progressController
)
public:
abstract void Insert(
System.Int32 index,
Vintasoft.Imaging.ImageCollection^ images,
Vintasoft.Imaging.Utils.IProgressController^ progressController
)
Parameters
- index
- The zero-based index at which page should be inserted.
- images
- The image collection to add to the collection.
- progressController
- Progress controller.